home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Burning & Media / GB-PVR 1.2.13 / GBPVR10213.msi / Cabs.w1.cab / Photo.aspx399 < prev    next >
Text File  |  2008-01-01  |  4KB  |  73 lines

  1. <%@ Page language="c#" Debug="true" Inherits="gbweb.Photo" CodeFile="Photo.aspx.cs" culture="auto" uiculture="auto" %>
  2. <%@ Register TagPrefix="gbpvr" TagName="Header" Src="Header.ascx" %>
  3. <%@ Register TagPrefix="gbpvr" TagName="Footer" Src="Footer.ascx" %>
  4. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  5. <HTML>
  6.   <HEAD>
  7.         <title>GBPVR - Photo Viewer</title>
  8.         <link rel="stylesheet" type="text/css" href="<%=Convert.ToString(Session["theme"])%>/styles.css">
  9.         <link rel="shortcut icon" type="image/gif" href="<%=Convert.ToString(Session["theme"])%>/favicon.gif">
  10.         <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
  11.         <script language="javascript" type="text/javascript"></script>
  12. </HEAD>
  13.     <body class="photo">
  14.         <form id="formPhotoViewer" runat="server">
  15.           <span runat="server" id="photoDiv">
  16.             <table border="0" cellspacing="0" cellpadding="0" width="100%" class="photo">
  17.                 <tr>
  18.                     <td style="height: 30px" class="photo">
  19.                         <strong class="photo"> Size:</strong><asp:RadioButtonList ID="photo_Size" runat="server" AutoPostBack="True" RepeatDirection="Horizontal"
  20.                             RepeatLayout="Flow" Width="525px">
  21.                             <asp:ListItem Value="0">100%</asp:ListItem>
  22.                             <asp:ListItem Value="1">75%</asp:ListItem>
  23.                             <asp:ListItem Value="2">50%</asp:ListItem>
  24.                             <asp:ListItem Value="3">25%</asp:ListItem>
  25.                             <asp:ListItem Value="4">10%</asp:ListItem>
  26.                         </asp:RadioButtonList></td>
  27.                 </tr>
  28.                 <tr>
  29.                     <td style="height: 3px"><img src="public/t.gif" width="1" height="3" border="0">
  30.                     </td>
  31.                 </tr>
  32.                 <tr>
  33.                     <td style="height: 3px" class="photo">
  34.                         <strong class="photo"> Rotation:
  35.                             <img src="public/t.gif" width="1" height="3" border="0"></strong> <asp:RadioButtonList ID="photo_Rotation" runat="server" AutoPostBack="True" RepeatDirection="Horizontal"
  36.                             RepeatLayout="Flow" Width="816px">
  37.                             <asp:ListItem Selected="True" Value="0">None</asp:ListItem>
  38.                             <asp:ListItem Value="1">90 Degrees</asp:ListItem>
  39.                             <asp:ListItem Value="2">180 Degrees</asp:ListItem>
  40.                             <asp:ListItem Value="3">270 Degrees</asp:ListItem>
  41.                         </asp:RadioButtonList></td>
  42.                 </tr>
  43.                 <tr>
  44.                     <td style="height: 3px"><img src="public/t.gif" width="1" height="3" border="0">
  45.                     </td>
  46.                 </tr>
  47.                 <tr>
  48.                     <td class="photo">
  49.                         <img src="public/t.gif" width="15" height="1" border="0" class="photo">
  50.                         <asp:Label ID="photoInfo" runat="server" CssClass="photo" Width="855px"></asp:Label>
  51.                     </td>
  52.                 </tr>
  53.                 <tr>
  54.                     <td>
  55.                         <img src="public/t.gif" width="15" height="3" border="0">
  56.                     </td>
  57.                 </tr>
  58.                 <tr>
  59.                     <td>
  60.                         <img src="public/t.gif" width="15" height="1" border="0">
  61.                         <asp:Image ID="picture" runat="server" ImageUrl="public/t.gif" CssClass="photo" Height="240px" Width="379px" />
  62.                     </td>
  63.                 </tr>
  64.                 <tr>
  65.                   <td>
  66.                   </td>
  67.                 </tr>
  68.             </table>
  69.           </span>
  70.         </form>
  71.     </body>
  72. </HTML>
  73.